+Thu Feb 19 00:32:21 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtkplug.c (_gtk_plug_remove_from_socket): Avoid errors when
+ removing the plug from the socket. (#128546, Christopher Blizzard)
+
Thu Feb 19 00:09:35 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkradiomenuitem.h:
+Thu Feb 19 00:32:21 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtkplug.c (_gtk_plug_remove_from_socket): Avoid errors when
+ removing the plug from the socket. (#128546, Christopher Blizzard)
+
Thu Feb 19 00:09:35 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkradiomenuitem.h:
+Thu Feb 19 00:32:21 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtkplug.c (_gtk_plug_remove_from_socket): Avoid errors when
+ removing the plug from the socket. (#128546, Christopher Blizzard)
+
Thu Feb 19 00:09:35 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkradiomenuitem.h:
+Thu Feb 19 00:32:21 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtkplug.c (_gtk_plug_remove_from_socket): Avoid errors when
+ removing the plug from the socket. (#128546, Christopher Blizzard)
+
Thu Feb 19 00:09:35 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkradiomenuitem.h:
+Thu Feb 19 00:32:21 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtkplug.c (_gtk_plug_remove_from_socket): Avoid errors when
+ removing the plug from the socket. (#128546, Christopher Blizzard)
+
Thu Feb 19 00:09:35 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkradiomenuitem.h:
GTK_PRIVATE_UNSET_FLAG (plug, GTK_IN_REPARENT);
socket->plug_widget = NULL;
- g_object_unref (socket->plug_window);
- socket->plug_window = NULL;
+ if (socket->plug_window != NULL)
+ {
+ g_object_unref (socket->plug_window);
+ socket->plug_window = NULL;
+ }
socket->same_app = FALSE;